Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the built tag to be prefixed with docker- which can be used to … #2868

Merged
merged 1 commit into from
Oct 19, 2019

Conversation

anuraaga
Copy link
Contributor

@anuraaga anuraaga commented Oct 19, 2019

…rebuild images without Zipkin server. Docker Hub will autobuild the docker-* tags. When rebuilding a Docker image for a given Zipkin version, can just retag with the same docker-

Also combine post_build into build - post_build is only really helpful when using Docker Hub's default build script but since we override, may as well have one file.

@anuraaga anuraaga merged commit de9297b into openzipkin:master Oct 19, 2019
- /^[0-9]/
# Don't build docker- tags with Travis. Docker Hub will pick up and run the build. docker- tags are used to recreate
# docker images without rebuilding Zipkin so we don't need to run here.
- /^docker-/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants